From: Android Tools Maintainers Date: Tue, 19 Mar 2019 01:31:47 +0000 (+0000) Subject: memcheck-paths X-Git-Tag: archive/raspbian/10.0.0+r36-3+rpi1~13^2~7 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//styles.css/%22http:/www.example.com/styles.css?a=commitdiff_plain;h=46d6085876a81363785a4adfae20fd88c3747fb4;p=android-platform-art.git memcheck-paths Gbp-Pq: Name memcheck-paths.patch --- diff --git a/runtime/base/memory_tool.h b/runtime/base/memory_tool.h index 42cbaa0..956c5ba 100644 --- a/runtime/base/memory_tool.h +++ b/runtime/base/memory_tool.h @@ -53,7 +53,7 @@ constexpr size_t kMemoryToolStackGuardSizeScale = 2; #else #include -#include +#include #define MEMORY_TOOL_MAKE_NOACCESS(p, s) VALGRIND_MAKE_MEM_NOACCESS(p, s) #define MEMORY_TOOL_MAKE_UNDEFINED(p, s) VALGRIND_MAKE_MEM_UNDEFINED(p, s) #define MEMORY_TOOL_MAKE_DEFINED(p, s) VALGRIND_MAKE_MEM_DEFINED(p, s)